home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / misc / family / !FamTools / NumPeople < prev   
Encoding:
Text File  |  1994-06-14  |  102 b   |  6 lines

  1. #Print the number of people in a file.
  2. #Version 1.00 (15 Jun 1994)
  3.  
  4. / INDI$/ { n+=1 }
  5. END { print n }
  6.